Feature: Create Tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 36.215s |
Scenario: User can create tag successfully
Before
0m 0.749s
Given
I navigate to page "<LOGIN_URL>"
0m 2.156s
And
I wait for 5 seconds
0m 5.188s
When
I enter a correct email "<EMAIL>"
0m 0.227s
And
I wait for 2 seconds
0m 2.189s
When
I enter a correct password "<PASSWORD>"
0m 0.187s
And
I wait for 2 seconds
0m 2.198s
When
I click on the signin button
0m 0.361s
And
I wait for 5 seconds
0m 5.260s
Then
I can see dashboard admin
0m 0.233s
And
I wait for 2 seconds
0m 2.230s
When
I select the "Create Tags" section
0m 0.278s
And
I wait for 2 seconds
0m 2.215s
When
I select the "Create New Tag" option
0m 0.229s
And
I wait for 2 seconds
0m 2.200s
When
I type the tag name "TagName"
0m 0.181s
And
I wait for 2 seconds
0m 2.182s
When
I enter a description for the tag "Tag Description"
0m 0.179s
And
I wait for 2 seconds
0m 2.209s
When
I click on the "Save Tag" button
0m 0.192s
And
I wait for 5 seconds
0m 5.207s
Then
I confirm that the tag was created
0m 0.162s
After
0m 0.003s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<LOGIN_URL>"
And
I wait for 5 seconds
When
I enter a correct email "<EMAIL>"
And
I wait for 2 seconds
When
I enter a correct password "<PASSWORD>"
And
I wait for 2 seconds
When
I click on the signin button
And
I wait for 5 seconds
Then
I can see dashboard admin
And
I wait for 2 seconds
When
I select the "Create Tags" section
And
I wait for 2 seconds
When
I select the "Create New Tag" option
And
I wait for 2 seconds
When
I type the tag name "TagName"
And
I wait for 2 seconds
When
I enter a description for the tag "Tag Description"
And
I wait for 2 seconds
When
I click on the "Save Tag" button
And
I wait for 5 seconds
Then
I confirm that the tag was created
After
NO IMAGE AVAILABLE